### input function Go back to the [[AI Glossary]] #TensorFlow In TensorFlow, a function that returns input data to the training, evaluation, or prediction method of an Estimator. For example, the training input function returns a batch of features and labels from the training set.